purple_notify_emails

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* purple_notify_emails(void* handle, size_t count, gboolean detailed, const(char*)* subjects, const(char*)* froms, const(char*)* tos, const(char*)* urls, PurpleNotifyCloseCallback cb, gpointer user_data)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    void*
    purple_notify_emails
    (
    void* handle
    ,
    size_t count
    ,
    gboolean detailed
    ,
    const(char*)* subjects
    ,
    const(char*)* froms
    ,
    const(char*)* tos
    ,
    const(char*)* urls
    ,,
    gpointer user_data
    )
  2. da_purple_notify_emails purple_notify_emails;

Meta